home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 5 / PC Guide Issue 5 (Future Publishing) (1995).iso / win95 / shared.dir / 00460_EXIT.ls < prev    next >
Encoding:
Text File  |  1995-06-01  |  180 b   |  12 lines

  1. on mouseDown
  2.   global gResellerVersion
  3.   hiliteButton()
  4.   if gResellerVersion = 1 then
  5.     hideChecks()
  6.     clearMenuButtons()
  7.     goRestart()
  8.   else
  9.     exitDialog()
  10.   end if
  11. end
  12.